home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 50
/
Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso
/
Aminet
/
util
/
libs
/
ttrender.lha
/
ttrender-3.1
/
Developer
/
sfd
/
ttrender_lib.sfd
Wrap
Text File
|
2002-05-28
|
1KB
|
36 lines
==id $Id: ttrender_lib.sfd 3.0 2002/05/27 19:33:00 krashan Exp krashan $
==base _TTRenderBase
==basetype struct Library*
==libname ttrender.library
==bias 30
==public
==include <exec/types.h>
==include <utility/tagitem.h>
==include <libraries/ttrender.h>
==version 1
BOOL TT_PutStr(UBYTE *string) (a0)
BOOL TT_PutUStr(UWORD *string) (a0)
BOOL TT_SetFont(STRPTR name, UWORD size) (a0,d0)
BOOL TT_PutStrTagList(UBYTE *string, struct TagItem *taglist) (a0,a1)
==varargs
BOOL TT_PutStrTags(UBYTE *string, Tag tag1, ...) (a0,a1)
BOOL TT_PutUStrTagList(UWORD *string, struct TagItem *taglist) (a0,a1)
==varargs
BOOL TT_PutUStrTags(UWORD *string, Tag tag1, ...) (a0,a1)
ULONG TT_SetModesTagList(struct TagItem *taglist) (a0)
==varargs
ULONG TT_SetModesTags(Tag tag1, ...) (a0)
==version 2
ULONG TT_GetFontAttrsTagList(struct TagItem *taglist) (a0)
==varargs
ULONG TT_GetFontAttrsTags(Tag tag1, ...) (a0)
ULONG TT_StrWidth(UBYTE *string) (a0)
ULONG TT_UStrWidth(UWORD *string) (a0)
==version 3
BOOL TT_OpenFontTagList(struct TagItem *taglist) (a0)
==varargs
BOOL TT_OpenFontTags(Tag tag1, ...) (a0)
==end